tebakaja commited on
Commit
00912e3
·
1 Parent(s): 1c661f9

deployment

Browse files
Files changed (1) hide show
  1. 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=0
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