copy entrypoint in docker file
This commit is contained in:
@@ -27,7 +27,7 @@ COPY --from=build /usr/src/app/dist /usr/share/nginx/html
|
|||||||
COPY --from=build /usr/src/app/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY --from=build /usr/src/app/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Copy entrypoint script that generates runtime config
|
# Copy entrypoint script that generates runtime config
|
||||||
COPY --from=build /usr/src/app/docker-entrypoint.sh /docker-entrypoint.sh
|
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
RUN chmod +x /docker-entrypoint.sh
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
|
|
||||||
# Expose HTTP port
|
# Expose HTTP port
|
||||||
|
|||||||
Reference in New Issue
Block a user