mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-21 15:36:15 +00:00
Fix Docker build file for high score server
Add unique gitignore files
This commit is contained in:
parent
a86816a322
commit
578b0e728b
7 changed files with 334 additions and 175 deletions
|
@ -1,8 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM ubuntu:22.04
|
||||
FROM alpine:latest
|
||||
|
||||
EXPOSE 8080
|
||||
RUN apt update && apt install -y python3 python3-pip postgresql-client
|
||||
# RUN apt update && apt install -y python3 python3-pip postgresql-client
|
||||
RUN apk update && apk add python3 py3-pip postgresql-client
|
||||
WORKDIR /data
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue