This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitlord
/
isleward
mirror of
https://gitlab.com/Isleward/isleward.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
193
Wiki
Activity
Browse Source
Change only=prod to omit=dev
tags/v0.12.0
Vildravn
1 year ago
parent
8298ec734e
commit
af6e1cae38
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
@@ -11,7 +11,7 @@ COPY . .
WORKDIR /usr/src/isleward/src/server/
# Install only production npm modules specified in package.json
RUN npm ci --o
nly=production
RUN npm ci --o
mit=dev
# Expose container's port 4000
EXPOSE 4000
Write
Preview
Loading…
Cancel
Save