Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5deecb0

Browse files
Fix broken Dockerfile (#640)
Just some quick fixes to get the docker imageto build and the container to run.
1 parent588ad79 commit5deecb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM node:12-alpine
22
WORKDIR /opt/vsce
3-
COPY package.json package-lock.json .
3+
COPY package.json package-lock.json ./
44
RUN npm install
55
COPY . .
66
RUN npm run compile
77
RUN rm package-lock.json tsconfig.json
88
VOLUME /workspace
99
WORKDIR /workspace
10-
ENTRYPOINT ["/opt/vsce/out/vsce"]
10+
ENTRYPOINT ["/opt/vsce/vsce"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp