Skip to content

Commit

Permalink
Fix bugs container image cannot run netcoco execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzack99s committed Jun 3, 2021
2 parents e2c26eb + bf70051 commit 4012a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN make build
# Production stage
FROM alpine:3.13 as production

RUN apk add --no-cache bash

RUN mkdir -p /netcoco/templates
RUN mkdir -p /netcoco/templates/dist

Expand All @@ -39,4 +41,3 @@ COPY entrypoint.sh .
RUN chmod +x netcoco-linux-amd64
RUN chmod +x entrypoint.sh
ENTRYPOINT [ "./entrypoint.sh" ]

0 comments on commit 4012a78

Please sign in to comment.