TODO: Dockerize this

This commit is contained in:
Daniel Legt 2022-05-15 21:05:42 +03:00
parent 6e54433418
commit 5795d836c9
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@ FROM golang:1.18.2-alpine
ENV GO111MODULE=on ENV GO111MODULE=on
ENV MYSQL_USER=${MYSQL_USER}
ENV MYSQL_PASSWORD=${MYSQL_PASSWORD}
ENV MYSQL_DATABASE=${MYSQL_DATABASE}
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app