Skip to content

Commit

Permalink
Update docker config (#183)
Browse files Browse the repository at this point in the history
# Conflicts:
#	Dockerfile
  • Loading branch information
wil92 committed May 5, 2023
1 parent ec8c7ea commit 4213b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm install

COPY src/api ./api
COPY src ./src
COPY config ./config
COPY src/extensions ./extensions
COPY public ./public
COPY docker-compose.yml Dockerfile .editorconfig .eslintignore .env start.sh favicon.png .eslintrc ./
COPY database ./database
COPY .env start.sh favicon.png ./

RUN npm run build

Expand Down

0 comments on commit 4213b1e

Please sign in to comment.