Browse Source

dockerfile error

master
Spencer Flagg 2 years ago
parent
commit
c209871b83
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -9,7 +9,7 @@ RUN apk update && apk upgrade
RUN apk add git
# copy the app, note .dockerignore
COPY . /usr/src/nuxt-app/
COPY . /usr/src/test-02/
RUN yarn install
# build necessary, even if no static files are needed,

Loading…
Cancel
Save