Skip to content

Commit 7721f36

Browse files
authored
Update Dockerfile
1 parent 8aa722a commit 7721f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:alpine
22

3-
LABEL Sean Bradley <seanwasere@gmail.com>
3+
LABEL https://github.com/Sean-Bradley
44

55
COPY package.json /nodejs/package.json
66
COPY tsconfig.json /nodejs/tsconfig.json
@@ -10,4 +10,4 @@ WORKDIR /nodejs
1010

1111
RUN npm install
1212

13-
EXPOSE 3000:3000
13+
EXPOSE 3000:3000

0 commit comments

Comments
 (0)