Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 3970b48

Browse files
author
Nir Galon
authored
Remove sw npm script because there is none after upgrade to ng-cli 1.3.x (#78)
1 parent 2b4d25f commit 3970b48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ RUN npm install
1818

1919
# Bundle app source
2020
COPY . /usr/src/app
21-
RUN npm run build -- --prod
22-
RUN npm run sw
21+
RUN npm run build
2322

2423
EXPOSE 4200
2524
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)