fix workflow v4
Deploy Docker Compose / deploy (push) Successful in 35s
Details
Deploy Docker Compose / deploy (push) Successful in 35s
Details
This commit is contained in:
parent
15fd629f8a
commit
e3e4c6f228
|
|
@ -22,9 +22,6 @@ RUN pnpm install
|
||||||
# Copy the rest of the application code
|
# Copy the rest of the application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build the application (if needed)
|
|
||||||
RUN pnpm build
|
|
||||||
|
|
||||||
# Expose the port the app runs on
|
# Expose the port the app runs on
|
||||||
EXPOSE 4173
|
EXPOSE 4173
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue