Skip to content

Commit fa010dc

Browse files
authored
Merge pull request #18 from WildCodeSchool/feature/no-ref/testing
chaning dockerfile
2 parents 5d63276 + 1f160b3 commit fa010dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ COPY --from=builder /app/dist /app/dist
1919

2020
EXPOSE 80
2121

22-
CMD ["serve", "-s", "dist", "-l", "80", "-a", "0.0.0.0"]
22+
CMD ["serve", "-s", "dist", "-l", "0.0.0.0:80"]
23+
2324

0 commit comments

Comments
 (0)