Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Nov 7, 2023
1 parent 407dc8b commit 69e4933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --from=builder /www/target/release/miniprogram-api ./app

RUN apt-get update \
&& apt-get install -y libssl-dev \
&& rm -rm /var/lib/apt/lists/* \
&& rm -rf /var/lib/apt/lists/* \
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && date

CMD ["/www/app"]

0 comments on commit 69e4933

Please sign in to comment.