Skip to content

Commit 6805963

Browse files
Merge pull request #366 from rsksmart/feature/GBI-1291-fixDockerFile
Changed dockerfile
2 parents ac9e57a + 8963f43 commit 6805963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ WORKDIR ./federator
1515
RUN npx tsc --build
1616

1717
WORKDIR ./built/federator
18-
RUN npm run start
18+
CMD ["npm","run","start"]

0 commit comments

Comments
 (0)