This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spencer
/
test-02
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
dockerfile error
master
Spencer Flagg
3 years ago
parent
3091b09d29
commit
c209871b83
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save