Skip to content

Commit

Permalink
update ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefjoosten committed Aug 13, 2023
1 parent c3bbb6b commit 82d7dca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.git
tmp/**/.git
./**/.git
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/tmp
/docs

# Local history extention of vs-code
.history
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
COPY ampersand-docs/package.json ampersand-docs/package-lock.json /app/

RUN npm install
RUN npx update-browserslist-db@latest

ADD https://github.com/AmpersandTarski/ampersand/archive/refs/heads/documentation.zip /tmp/Ampersand.zip
ADD https://github.com/AmpersandTarski/prototype/archive/refs/heads/documentation.zip /tmp/prototype.zip
Expand Down Expand Up @@ -33,7 +34,6 @@ RUN unzip /tmp/TheToolsWeUse.zip 'TheToolsWeUse-development/*' -d /tmp/the-tools
# Leave the statements below just as is, and you should be fine.
COPY ampersand-docs/. /app/

RUN npx update-browserslist-db@latest
RUN npm run build

FROM nginx:stable-alpine
Expand Down

0 comments on commit 82d7dca

Please sign in to comment.