mirror of https://github.com/JustKato/FreePad.git
TODO: Dockerize this
This commit is contained in:
parent
6e54433418
commit
5795d836c9
|
@ -2,10 +2,6 @@ FROM golang:1.18.2-alpine
|
|||
|
||||
ENV GO111MODULE=on
|
||||
|
||||
ENV MYSQL_USER=${MYSQL_USER}
|
||||
ENV MYSQL_PASSWORD=${MYSQL_PASSWORD}
|
||||
ENV MYSQL_DATABASE=${MYSQL_DATABASE}
|
||||
|
||||
RUN mkdir /app
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue