Skip to content

Commit

Permalink
Its ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Feb 7, 2024
1 parent def7362 commit e33cae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_upload_image.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build
run: |
npx ng build --configuration production
cp -r dist/* ${GITHUB_WORKSPACE}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:stable-alpine
COPY nginx_conf/nginx.conf /etc/nginx/nginx.conf
COPY dist/ita-challenges-frontend/* /usr/share/nginx/html/
COPY ita-challenges-frontend/* /usr/share/nginx/html/
#ADD ["dist/ita-challenges-frontend/*", "/usr/share/nginx/html/"]

EXPOSE 80
Expand Down

0 comments on commit e33cae4

Please sign in to comment.