Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
as --> AS
  • Loading branch information
sanjuthere authored Dec 31, 2024
1 parent 4f2e687 commit 27e55a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker file for react app created using vite
FROM node:latest as build
FROM node:latest AS build
# Create app directory
WORKDIR /app
# Install app dependencies
Expand Down

0 comments on commit 27e55a7

Please sign in to comment.