Skip to content

Commit

Permalink
move dockerignore files to root
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Jun 8, 2024
1 parent 6a97eb8 commit 6d9d7ba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
17 changes: 17 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
app/.DS_Store
app/node_modules
app/build
app/.svelte-kit
app/package
app/.env
app/.env.*
app/!.env.example
app/vite.config.js.timestamp-*
app/vite.config.ts.timestamp-*

server/server
server/data

payloads/stage/stage
payloads/stage/*.exe
payloads/*/dist
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY app /app
WORKDIR /app

ENV VITE_API_URL_DEV "http://127.0.0.1:5566"
RUN npm install
RUN npm run build

#####################
Expand Down
10 changes: 0 additions & 10 deletions app/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions payloads/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions server/.dockerignore

This file was deleted.

0 comments on commit 6d9d7ba

Please sign in to comment.