Skip to content

Commit

Permalink
chore: shift printing out of files to below COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
joshualai9922 committed Jul 15, 2024
1 parent 805b3ba commit bd59e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ USER purple
# Copy application and support files
COPY . .

# Print out the contents of the current directory to verify package.json files are copied
RUN ls -la

# Install dependencies and compile TypeScript
# true exits with code 0 - temp workaround until errors are resolved as npm run build is run as part of postinstall
RUN npm ci --omit=dev || true

0 comments on commit bd59e00

Please sign in to comment.