Skip to content

Commit

Permalink
Deploy script issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wm1ku committed Jan 31, 2024
1 parent de94fac commit 7ba93b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ COPY --from=sessionmanagerplugin /usr/local/sessionmanagerplugin/bin/session-man

# COPY cert.key /etc/nginx/ssl/
# COPY cert.crt /etc/nginx/ssl/
COPY ./Docker/aws-host-tunnel /workspace/
COPY ./Docker/nginx.conf /etc/nginx/http.d/
COPY ./Docker/entrypoint.sh /usr/local/bin/
COPY ./aws-host-tunnel /workspace/
COPY ./nginx.conf /etc/nginx/http.d/
COPY ./entrypoint.sh /usr/local/bin/
RUN apk update && apk upgrade && \
apk add aws-cli --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ && \
apk add gcompat git nginx jq
Expand Down

0 comments on commit 7ba93b7

Please sign in to comment.