Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
add workshop.yaml to /home/eduk8s/resources/workshop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Schneider committed Mar 26, 2021
1 parent 892df9b commit a349951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ COPY workshop-files /build
COPY workshop-instructions /build/workshop
WORKDIR /build
RUN tar -czf workshop.tar.gz .
COPY deploy/platform/educates/workshop-deploy.yaml /home/eduk8s/resources/workshop.yaml

FROM nginxinc/nginx-unprivileged:1.19-alpine
ARG IMAGE_SOURCE
LABEL org.opencontainers.image.source $IMAGE_SOURCE
WORKDIR /usr/share/nginx/html
COPY --from=0 /build /usr/share/nginx/html
COPY --from=0 /build /usr/share/nginx/html
COPY ./deploy/platform/educates/workshop-deploy.yaml /home/eduk8s/resources/workshop.yaml

0 comments on commit a349951

Please sign in to comment.