deployment
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -4,11 +4,11 @@ LABEL creator="al-fariqy raihan"
|
|
| 4 |
|
| 5 |
ENV APP_DIR=/thesis_forecasting_website \
|
| 6 |
GO111MODULE=on \
|
| 7 |
-
CGO_ENABLED=
|
| 8 |
|
| 9 |
WORKDIR ${APP_DIR}
|
| 10 |
|
| 11 |
-
RUN apk add --no-cache git git-lfs curl \
|
| 12 |
&& git lfs install
|
| 13 |
|
| 14 |
RUN apk add --no-cache tzdata
|
|
|
|
| 4 |
|
| 5 |
ENV APP_DIR=/thesis_forecasting_website \
|
| 6 |
GO111MODULE=on \
|
| 7 |
+
CGO_ENABLED=1
|
| 8 |
|
| 9 |
WORKDIR ${APP_DIR}
|
| 10 |
|
| 11 |
+
RUN apk add --no-cache git git-lfs curl gcc g++ libc-dev make \
|
| 12 |
&& git lfs install
|
| 13 |
|
| 14 |
RUN apk add --no-cache tzdata
|