mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-05 08:33:11 +00:00
Add docker files for expo page
This commit is contained in:
parent
578b0e728b
commit
77c0711a24
11 changed files with 76 additions and 522 deletions
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM alpine:latest
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 8000
|
||||
# RUN apt update && apt install -y python3 python3-pip postgresql-client
|
||||
RUN apk update && apk add python3 py3-pip postgresql-client
|
||||
WORKDIR /data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue