Skip to content

Commit

Permalink
Changing copy locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 22, 2023
1 parent aa2bef1 commit 7f3e997
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 @@ -4,7 +4,7 @@ ARG NODE_VERSION=20.0.0
FROM node:${NODE_VERSION}-alpine AS builder

FROM betterweb/alpine:${ALPINE_VERSION}
COPY --from=builder /usr/local /usr/local
COPY --from=builder /usr /usr
COPY install_packages.sh /usr/local/bin/install_packages
COPY docker-entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh /usr/local/bin/install_packages
Expand Down

0 comments on commit 7f3e997

Please sign in to comment.