mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
TODO: Dockerize this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user