Skip to content

Commit

Permalink
Dockerfile fix.
Browse files Browse the repository at this point in the history
Updated Dockerfile
  • Loading branch information
mspalti committed Apr 30, 2022
1 parent 7554c39 commit e66479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p $LOG_DIR && chown -R user $LOG_DIR
RUN mkdir -p $FILE_DIR && chown -R user $FILE_DIR
RUN mkdir -p $CONFIG_DIR

COPY .app/assets/build/config.yml $CONFIG_DIR
COPY ./app/assets/build/config.yml $CONFIG_DIR

COPY ./app/go.mod ./
COPY ./app/go.sum ./
Expand Down

0 comments on commit e66479b

Please sign in to comment.